home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / nuf210.arc / READ.ME < prev    next >
Text File  |  1990-06-14  |  2KB  |  35 lines

  1. History of changes since first public release
  2.  
  3. NUF210.ZIP:  Version 2.1.0 - June 13, 1990
  4.         Added this READ.ME file to record the history of changes.
  5.         A major rewrite of the pattern matcher was installed to fix several 
  6.     holes in the enhanced pattern matching.  This pattern matcher is common 
  7.     with several of my programs  including  FastFileFind  and  is  also  in 
  8.     FFF340 and later.  
  9.         Implemented  two new options,  '-cpo' and '-cto' to,  respectively, 
  10.     copy files and retain the original date and to copy "trees" and  retain 
  11.     the original date.  
  12.         Inserted  the  actual  path  in  place  of  the  '.'  and '..' path 
  13.     specifiers.  
  14.         Enabled the '-rmdir' option to remove the "current" directory and 
  15.     change to the "parent" directory.
  16.         Disabled the attempt of '-rmdir' to remove the "root" directory.
  17.  
  18.  
  19. NUF204.ZIP:  Version 2.0.4 - May 6, 1990
  20.         Cleaned up several errors in the "tree" processing routines.
  21.         Installed  three  new  "short  hand"  options:  '-ct',  '-mt',  and 
  22.     '-kill'.  '-ct' stands for "copy tree" and is a combination of the '-t' 
  23.     and '-cp' options. '-mt' stands for "move tree" and is a combination of 
  24.     the  '-t' and '-mv' options.  '-kill' is a combination of the '-rm' and 
  25.     '-rmdir' options - a VERY dangerous option!!  For example: 
  26.  
  27.             NUFIND cde:\ -kill
  28.  
  29.     would delete all files and directories from disks C:, D:, and E:!
  30.  
  31.  
  32. NUF203.ZIP:  Version 2.0.3 - March 15, 1990
  33.         First public release.
  34.  
  35.